Html Css Color HEX #CFF912 Electric Lime

📋 copy color: '#CFF912'

red 207 ◦ green 249 ◦ blue 18

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

Shades of Electric Lime #CFF912

Tints of Electric Lime #CFF912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.8%

R = 43.67%
G = 52.53%
B = 3.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CFF912 (or 0xCFF912) is known color: Electric Lime. HEX triplet: CF, F9 and 12. RGB value is (207,249,18). Sum of RGB (Red+Green+Blue) = 207+249+18=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF912 is #3006ED. Grayscale: #D2D2D2. Windows color (decimal): -3147502 or 1243599. OLE color: 1243599.

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

Color convert

RGB 207 249 18 -
CMYK 0.17 0 0.93 0.02
HSL 70.91º 0.95% 0.52% -
HSV(B) 70.91º 0.93% 0.98% -
XYZ 59.72 81.06 13.07 -
YUV 210.11 19.59 125.78 -
System Red Green Blue C M Y K H S L
Decimal 207 249 18 0.17 0 0.93 0.02 70.91 0.95 0.52
Hex CF F9 12 11 0 5D 2 47 5F 34
Octal 317 371 22 21 0 135 2 107 137 64
Binary 11001111 11111001 10010 10001 0 1011101 10 1000111 1011111 110100

Color Harmonies of #CFF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF912

Black with #CFF912

Text Example


Text Example

White with #CFF912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF912; }

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

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

background-color css

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

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

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

border-color css

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

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

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