Html Css Color HEX #CFE30B Electric Lime

📋 copy color: '#CFE30B'

red 207 ◦ green 227 ◦ blue 11

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

Shades of Electric Lime #CFE30B

Tints of Electric Lime #CFE30B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.01%

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 46.52%
G = 51.01%
B = 2.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#CFE30B (or 0xCFE30B) is known color: Electric Lime. HEX triplet: CF, E3 and 0B. RGB value is (207,227,11). Sum of RGB (Red+Green+Blue) = 207+227+11=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE30B is #301CF4. Grayscale: #C5C5C5. Windows color (decimal): -3153141 or 779215. OLE color: 779215.

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

Color convert

RGB 207 227 11 -
CMYK 0.09 0 0.95 0.11
HSL 65.56º 0.91% 0.47% -
HSV(B) 65.56º 0.95% 0.89% -
XYZ 53.26 68.23 10.68 -
YUV 196.4 23.37 135.56 -
System Red Green Blue C M Y K H S L
Decimal 207 227 11 0.09 0 0.95 0.11 65.56 0.91 0.47
Hex CF E3 B 9 0 5F B 42 5B 2F
Octal 317 343 13 11 0 137 13 102 133 57
Binary 11001111 11100011 1011 1001 0 1011111 1011 1000010 1011011 101111

Color Harmonies of #CFE30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE30B

Black with #CFE30B

Text Example


Text Example

White with #CFE30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE30B; }

 p { color: rgb(207,227,11); }

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

background-color css

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

 a { background-color: rgb(207,227,11); }

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

border-color css

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

 span { border-color: rgb(207,227,11); }

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