Html Css Color HEX #CFE804 Electric Lime

📋 copy color: '#CFE804'

red 207 ◦ green 232 ◦ blue 4

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

Shades of Electric Lime #CFE804

Tints of Electric Lime #CFE804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.37%

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

R = 46.73%
G = 52.37%
B = 0.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CFE804 (or 0xCFE804) is known color: Electric Lime. HEX triplet: CF, E8 and 04. RGB value is (207,232,4). Sum of RGB (Red+Green+Blue) = 207+232+4=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE804 is #3017FB. Grayscale: #C7C7C7. Windows color (decimal): -3151868 or 321743. OLE color: 321743.

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

Color convert

RGB 207 232 4 -
CMYK 0.11 0 0.98 0.09
HSL 66.58º 0.97% 0.46% -
HSV(B) 66.58º 0.98% 0.91% -
XYZ 54.61 70.99 10.94 -
YUV 198.53 18.22 134.04 -
System Red Green Blue C M Y K H S L
Decimal 207 232 4 0.11 0 0.98 0.09 66.58 0.97 0.46
Hex CF E8 4 B 0 62 9 43 61 2E
Octal 317 350 4 13 0 142 11 103 141 56
Binary 11001111 11101000 100 1011 0 1100010 1001 1000011 1100001 101110

Color Harmonies of #CFE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE804

Black with #CFE804

Text Example


Text Example

White with #CFE804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE804; }

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

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

background-color css

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

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

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

border-color css

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

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

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