Html Css Color HEX #CFF219 Electric Lime

📋 copy color: '#CFF219'

red 207 ◦ green 242 ◦ blue 25

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

Shades of Electric Lime #CFF219

Tints of Electric Lime #CFF219

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.05%

 BLUE value IS 25 (10.16% from 255) = 5.27%

R = 43.67%
G = 51.05%
B = 5.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CFF219 (or 0xCFF219) is known color: Electric Lime. HEX triplet: CF, F2 and 19. RGB value is (207,242,25). Sum of RGB (Red+Green+Blue) = 207+242+25=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF219 is #300DE6. Grayscale: #CFCFCF. Windows color (decimal): -3149287 or 1700559. OLE color: 1700559.

HSL color Cylindrical-coordinate representation of color #CFF219: hue angle of 69.68º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFF219 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 25 -
CMYK 0.14 0 0.90 0.05
HSL 69.68º 0.89% 0.52% -
HSV(B) 69.68º 0.9% 0.95% -
XYZ 57.66 76.84 12.71 -
YUV 206.8 25.4 128.14 -
System Red Green Blue C M Y K H S L
Decimal 207 242 25 0.14 0 0.90 0.05 69.68 0.89 0.52
Hex CF F2 19 E 0 5A 5 46 59 34
Octal 317 362 31 16 0 132 5 106 131 64
Binary 11001111 11110010 11001 1110 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CFF219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF219

Black with #CFF219

Text Example


Text Example

White with #CFF219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF219; }

 p { color: rgb(207,242,25); }

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

background-color css

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

 a { background-color: rgb(207,242,25); }

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

border-color css

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

 span { border-color: rgb(207,242,25); }

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