Html Css Color HEX #CFE504 Electric Lime

📋 copy color: '#CFE504'

red 207 ◦ green 229 ◦ blue 4

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

Shades of Electric Lime #CFE504

Tints of Electric Lime #CFE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.05%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 47.05%
G = 52.05%
B = 0.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#CFE504 (or 0xCFE504) is known color: Electric Lime. HEX triplet: CF, E5 and 04. RGB value is (207,229,4). Sum of RGB (Red+Green+Blue) = 207+229+4=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE504 is #301AFB. Grayscale: #C5C5C5. Windows color (decimal): -3152636 or 320975. OLE color: 320975.

HSL color Cylindrical-coordinate representation of color #CFE504: hue angle of 65.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFE504 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 4 -
CMYK 0.10 0 0.98 0.10
HSL 65.87º 0.97% 0.46% -
HSV(B) 65.87º 0.98% 0.9% -
XYZ 53.77 69.31 10.66 -
YUV 196.77 19.21 135.3 -
System Red Green Blue C M Y K H S L
Decimal 207 229 4 0.10 0 0.98 0.10 65.87 0.97 0.46
Hex CF E5 4 A 0 62 A 42 61 2E
Octal 317 345 4 12 0 142 12 102 141 56
Binary 11001111 11100101 100 1010 0 1100010 1010 1000010 1100001 101110

Color Harmonies of #CFE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE504

Black with #CFE504

Text Example


Text Example

White with #CFE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE504; }

 p { color: rgb(207,229,4); }

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

background-color css

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

 a { background-color: rgb(207,229,4); }

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

border-color css

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

 span { border-color: rgb(207,229,4); }

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