Html Css Color HEX #CFE007 Electric Lime

📋 copy color: '#CFE007'

red 207 ◦ green 224 ◦ blue 7

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

Shades of Electric Lime #CFE007

Tints of Electric Lime #CFE007

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 47.26%
G = 51.14%
B = 1.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CFE007 (or 0xCFE007) is known color: Electric Lime. HEX triplet: CF, E0 and 07. RGB value is (207,224,7). Sum of RGB (Red+Green+Blue) = 207+224+7=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE007 is #301FF8. Grayscale: #C3C3C3. Windows color (decimal): -3153913 or 516303. OLE color: 516303.

HSL color Cylindrical-coordinate representation of color #CFE007: hue angle of 64.7º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE007 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 7 -
CMYK 0.08 0 0.97 0.12
HSL 64.7º 0.94% 0.45% -
HSV(B) 64.7º 0.97% 0.88% -
XYZ 52.43 66.59 10.29 -
YUV 194.18 22.37 137.14 -
System Red Green Blue C M Y K H S L
Decimal 207 224 7 0.08 0 0.97 0.12 64.7 0.94 0.45
Hex CF E0 7 8 0 61 C 41 5E 2D
Octal 317 340 7 10 0 141 14 101 136 55
Binary 11001111 11100000 111 1000 0 1100001 1100 1000001 1011110 101101

Color Harmonies of #CFE007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE007

Black with #CFE007

Text Example


Text Example

White with #CFE007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE007; }

 p { color: rgb(207,224,7); }

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

background-color css

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

 a { background-color: rgb(207,224,7); }

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

border-color css

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

 span { border-color: rgb(207,224,7); }

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