Html Css Color HEX #CFF90C Electric Lime

📋 copy color: '#CFF90C'

red 207 ◦ green 249 ◦ blue 12

#CFF90C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CFF90C

Tints of Electric Lime #CFF90C

RGB

 RED value IS 207 (81.25% from 255) = 44.23%

 GREEN value IS 249 (97.66% from 255) = 53.21%

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 44.23%
G = 53.21%
B = 2.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFF90C (or 0xCFF90C) is known color: Electric Lime. HEX triplet: CF, F9 and 0C. RGB value is (207,249,12). Sum of RGB (Red+Green+Blue) = 207+249+12=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF90C is #3006F3. Grayscale: #D2D2D2. Windows color (decimal): -3147508 or 850383. OLE color: 850383.

HSL color Cylindrical-coordinate representation of color #CFF90C: hue angle of 70.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF90C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 12 -
CMYK 0.17 0 0.95 0.02
HSL 70.63º 0.95% 0.51% -
HSV(B) 70.63º 0.95% 0.98% -
XYZ 59.67 81.04 12.85 -
YUV 209.42 16.59 126.27 -
System Red Green Blue C M Y K H S L
Decimal 207 249 12 0.17 0 0.95 0.02 70.63 0.95 0.51
Hex CF F9 C 11 0 5F 2 47 5F 33
Octal 317 371 14 21 0 137 2 107 137 63
Binary 11001111 11111001 1100 10001 0 1011111 10 1000111 1011111 110011

Color Harmonies of #CFF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF90C

Black with #CFF90C

Text Example


Text Example

White with #CFF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF90C; }

 p { color: rgb(207,249,12); }

 H1.HeaderClassName
 {
   color: #CFF90C;
 }
 .AnyTagClassName
 {
   color: #CFF90C;
 }
</style>

background-color css

<style>
 a { background-color: #CFF90C; }

 a { background-color: rgb(207,249,12); }

 div.DivClassName
 {
   background-color: #CFF90C;
 }
 .BgClassName
 {
   background-color: #CFF90C;
 }
</style>

border-color css

<style>
 span { border-color: #CFF90C; }

 span { border-color: rgb(207,249,12); }

 td.TdClassName
 {
   border-color: #CFF90C;
 }
 .TagClassName
 {
   border-color: #CFF90C;
 }
</style>